![]() |
MQTT C Client Libraries Internals
|

Data Fields | |
| char * | serverURI |
| int | unixsock |
| int | ssl |
| int | websocket |
| Clients * | c |
| MQTTAsync_connectionLost * | cl |
| MQTTAsync_messageArrived * | ma |
| MQTTAsync_deliveryComplete * | dc |
| void * | clContext |
| void * | maContext |
| void * | dcContext |
| MQTTAsync_connected * | connected |
| void * | connected_context |
| MQTTAsync_disconnected * | disconnected |
| void * | disconnected_context |
| MQTTAsync_updateConnectOptions * | updateConnectOptions |
| void * | updateConnectOptions_context |
| MQTTAsync_command | connect |
| MQTTAsync_command | disconnect |
| MQTTAsync_command * | pending_write |
| List * | responses |
| unsigned int | command_seqno |
| MQTTPacket * | pack |
| MQTTAsync_createOptions * | createOptions |
| int | shouldBeConnected |
| int | noBufferedMessages |
| int | automaticReconnect |
| int | minRetryInterval |
| int | maxRetryInterval |
| int | serverURIcount |
| char ** | serverURIs |
| int | connectTimeout |
| int | currentInterval |
| int | currentIntervalBase |
| START_TIME_TYPE | lastConnectionFailedTime |
| int | retrying |
| int | reconnectNow |
| MQTTProperties * | connectProps |
| MQTTProperties * | willProps |